Skip to main content

DocumentOptions

The DocumentOptions class represents options for configuring a document within a workflow, extending the properties and behaviors of DocumentItem with an associated form instance.

Properties

NameDescription
DMObjectOptionsGets or sets the document management object options for the document item.
KeyGets or sets the key associated with the document item.
SaveOptionsGets or sets the options for saving the document item.
ViewOptionsGets or sets the options for viewing the document item.
DocumentIdGets or sets the document ID for the document item.
SignatureOptionsGets or sets the options for signing the document item.
TypeGets or sets the type of the document item.
NameGets or sets the name of the document item.
CreateOptionsGets or sets the options for creating the document item.
FormInstanceGets the form instance associated with the document options.
EndpointGets or sets the endpoint associated with the document item.

Constructors

NameDescription
DocumentOptions(form)Initializes a new instance of the DocumentOptions class with a specified form instance.